Config

fs2.pubsub.PubSubConsumer.Config
See theConfig companion object
sealed abstract class Config

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def withBatchSize(batchSize: Int): Config
def withProjectId(projectId: ProjectId): Config
def withReadConcurrency(readConcurrency: Int): Config
def withReadMaxMessages(readMaxMessages: Int): Config
def withSubscription(subscription: Subscription): Config
def withUri(uri: Uri): Config