TopicBuilder
Value members
Concrete methods
def build(implicit @implicitNotFound("Topic.Name and Config are mandatory. By default Type=Persistent.") ev: I =:= SingleMandatory): Single
It creates a topic of type Single. By default, Type=Persistent.
It creates a topic of type Single. By default, Type=Persistent.
def buildMulti(implicit @implicitNotFound("Topic.Pattern and Config are mandatory. By default Type=Persistent.") ev: I =:= MultiMandatory): Multi
It creates a topic of type Multi. By default, Type=Persistent.
It creates a topic of type Multi. By default, Type=Persistent.