Uses of Record Class
pt.unl.fct.di.novasys.babel2.events.MessageInEvent
Packages that use MessageInEvent
Package
Description
Core runtime, protocol lifecycle, executor models, and protocol extensions for Babel 2.
-
Uses of MessageInEvent in pt.unl.fct.di.novasys.babel2.core
Methods in pt.unl.fct.di.novasys.babel2.core with parameters of type MessageInEventModifier and TypeMethodDescriptionvoidBabel.deliverInMessage(MessageInEvent event) Dispatches an inbound message event to all protocol holders that registered a handler for the contained message type.protected voidAbstractBabelProtocolHolder.invokeHandler(MessageInEvent event) Invokes the compiled handler for the specified inbound message event.