C  D  F  G  H  I  M  N  O  P  R  S  T  U 

S

Schedule - class in io.github.cfraser.moka
A Schedule represents a type that can calculate the next execution time based on the current time and previous execution time.
serialize(Serializer) - function in io.github.cfraser.moka.PublisherBuilder
Use the serializer for this PublisherBuilder.
serialize(Serializer) - function in io.github.cfraser.moka.ForwardingSubscriberBuilder
Use the serializer for this ForwardingSubscriberBuilder.
serialize(T) - function in io.github.cfraser.moka.Serializer
Return the serialized message.
Serializer - class in io.github.cfraser.moka
Serializer is a type that represents a function that is a serialization transformation (converts the given instance into bytes).
setName(String) - function in io.github.cfraser.moka.MessagingComponentBuilder
The name of the MessagingComponent instance.
setName(String) - function in io.github.cfraser.moka.PublisherBuilder
The name of the MessagingComponent instance.
setName(String) - function in io.github.cfraser.moka.SubscriberBuilder
The name of the MessagingComponent instance.
setName(String) - function in io.github.cfraser.moka.ForwardingSubscriberBuilder
The name of the MessagingComponent instance.
setPublishTo(TypeAliased(typeAlias=GenericTypeConstructor(dri=io.github.cfraser.moka/Topic///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=GenericTypeConstructor(dri=java.lang/String///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})))) - function in io.github.cfraser.moka.PublisherBuilder
 
setPublishTo(String) - function in io.github.cfraser.moka.ForwardingSubscriberBuilder
 
setSchedule(Schedule) - function in io.github.cfraser.moka.PublisherBuilder
 
setSubscribeTo(TypeAliased(typeAlias=GenericTypeConstructor(dri=io.github.cfraser.moka/Topic///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=GenericTypeConstructor(dri=java.lang/String///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})))) - function in io.github.cfraser.moka.SubscriberBuilder
 
setSubscribeTo(TypeAliased(typeAlias=GenericTypeConstructor(dri=io.github.cfraser.moka/Topic///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=GenericTypeConstructor(dri=java.lang/String///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})))) - function in io.github.cfraser.moka.ForwardingSubscriberBuilder
 
shutdown() - function in io.github.cfraser.moka.MessagingApplication
Shutdown the MessagingApplication.
shutdown() - function in io.github.cfraser.moka.MessagingComponent
Shutdown the MessagingComponent.
start() - function in io.github.cfraser.moka.MessagingApplication
Start the MessagingApplication and block until it is shutdown.
start(CoroutineScope) - function in io.github.cfraser.moka.MessagingComponent
Start the MessagingComponent within the CoroutineScope.
subscriber(Function1) - function in io.github.cfraser.moka.MokaKt
Initialize a subscriberMessagingComponent.
SubscriberBuilder - class in io.github.cfraser.moka
SubscriberBuilder builds a MessagingComponent instance that handles messages received from subscribing to a Topic.
C  D  F  G  H  I  M  N  O  P  R  S  T  U