Class Hierarchy
- java.lang.Object
- de.quantummaid.eventmaid.channel.action.ActionHandlerSet<T>
- de.quantummaid.eventmaid.channel.action.Call<T> (implements de.quantummaid.eventmaid.channel.action.Action<T>)
- de.quantummaid.eventmaid.channel.action.CallActionHandler<T> (implements de.quantummaid.eventmaid.channel.action.ActionHandler<T,R>)
- de.quantummaid.eventmaid.channel.action.Consume<T> (implements de.quantummaid.eventmaid.channel.action.Action<T>)
- de.quantummaid.eventmaid.channel.action.ConsumerActionHandler<T> (implements de.quantummaid.eventmaid.channel.action.ActionHandler<T,R>)
- de.quantummaid.eventmaid.channel.action.DefaultActionHandlerSet
- de.quantummaid.eventmaid.channel.action.Jump<T> (implements de.quantummaid.eventmaid.channel.action.Action<T>)
- de.quantummaid.eventmaid.channel.action.JumpActionHandler<T> (implements de.quantummaid.eventmaid.channel.action.ActionHandler<T,R>)
- de.quantummaid.eventmaid.channel.action.Return<T> (implements de.quantummaid.eventmaid.channel.action.Action<T>)
- de.quantummaid.eventmaid.channel.action.ReturnActionHandler<T> (implements de.quantummaid.eventmaid.channel.action.ActionHandler<T,R>)
- de.quantummaid.eventmaid.channel.action.Subscription<T> (implements de.quantummaid.eventmaid.channel.action.Action<T>)
- de.quantummaid.eventmaid.channel.action.SubscriptionActionHandler<T> (implements de.quantummaid.eventmaid.channel.action.ActionHandler<T,R>)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- de.quantummaid.eventmaid.channel.action.CallNotAllowedAsFinalChannelAction
- de.quantummaid.eventmaid.channel.action.NoHandlerForUnknownActionException
- de.quantummaid.eventmaid.channel.action.ReturnWithoutCallException
- java.lang.RuntimeException
- java.lang.Exception
Interface Hierarchy
- de.quantummaid.eventmaid.channel.action.Action<T>
- de.quantummaid.eventmaid.channel.action.ActionHandler<T,R>