Interface Performative
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePerformative.PerformativeHandler<E>static classPerformative.PerformativeType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Performativecopy()Performative.PerformativeTypegetPerformativeType()<E> voidinvoke(Performative.PerformativeHandler<E> handler, ProtonBuffer payload, int channel, E context)
-
-
-
Method Detail
-
getPerformativeType
Performative.PerformativeType getPerformativeType()
-
copy
Performative copy()
-
invoke
<E> void invoke(Performative.PerformativeHandler<E> handler, ProtonBuffer payload, int channel, E context)
-
-