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

M

MessageGenerator - class in io.github.cfraser.moka
A MessageGenerator is a type representing a suspendable function that has the ability to generate a Flow of messages.
MessageHandler - class in io.github.cfraser.moka
A MessageHandler is a type representing a suspendable function that is a callback which is executed when a message is received.
MessageHandlerGenerator - class in io.github.cfraser.moka
A MessageHandlerGenerator is a type representing a suspendable function that is a callback, that generates a Flow of messages, which is executed when a message is received.
MessagingApplication - class in io.github.cfraser.moka
MessagingApplication is the process that manages the execution of a MessagingComponent instances.
MessagingApplicationBuilder - class in io.github.cfraser.moka
MessagingApplicationBuilder builds a MessagingApplication, which encapsulates (manages the execution of) MessagingComponent instances.
MessagingComponent - class in io.github.cfraser.moka
MessagingComponent is a generic type that represents a subprocess that publishes and/or subscribes to a Topic.
MessagingComponentBuilder - class in io.github.cfraser.moka
The MessagingComponentBuilder abstract class defines common properties and functions for MessagingComponent builders.
Moka - class in io.github.cfraser.moka
The Moka object builds and manages the execution of a MessagingApplication.
MokaKt - class in io.github.cfraser.moka
 
C  D  F  G  H  I  M  N  O  P  R  S  T  U