Package

io.smartdatalake.workflow

connection

Permalink

package connection

Visibility
  1. Public
  2. All

Type Members

  1. case class SplunkConnection(id: ConnectionId, host: String, port: Int, authMode: AuthMode, metadata: Option[ConnectionMetadata] = None) extends Connection with SplunkConnectionService with Product with Serializable

    Permalink

    Connection information for splunk queries

    Connection information for splunk queries

    id

    unique id of this connection

  2. trait SplunkConnectionService extends AnyRef

    Permalink

Value Members

  1. object SplunkConnection extends FromConfigFactory[Connection] with Serializable

    Permalink

Ungrouped