[][src]Module kompact::messaging

Messaging types for sending and receiving messages between remote actors.

Modules

framing

Message framing (serialization and deserialization into and from byte buffers)

Structs

CastEnvelope

Enums

DispatchEnvelope

Envelopes destined for the dispatcher

EventEnvelope
MsgEnvelope
PathResolvable
ReceiveEnvelope
RegistrationEnvelope

Envelope representing an actor registration event.

RegistrationError