Uses of Class
org.apache.qpid.proton.engine.HandlerException
-
Packages that use HandlerException Package Description org.apache.qpid.proton.engine org.apache.qpid.proton.reactor org.apache.qpid.proton.reactor.impl -
-
Uses of HandlerException in org.apache.qpid.proton.engine
Methods in org.apache.qpid.proton.engine that throw HandlerException Modifier and Type Method Description voidEvent. delegate()dispatch the event to all children of the handler.voidEvent. dispatch(Handler handler)voidEvent. redispatch(EventType as_type, Handler handler)Synchronously redispatch the current event as a newEventTypeon the provided handler and it's children. -
Uses of HandlerException in org.apache.qpid.proton.reactor
Methods in org.apache.qpid.proton.reactor that throw HandlerException Modifier and Type Method Description booleanReactor. process()Process any events pending for this reactor.voidReactor. run()Simplifies the use of the reactor by wrapping the use ofstart,run, andstopmethod calls.voidReactor. stop()Stops the reactor. -
Uses of HandlerException in org.apache.qpid.proton.reactor.impl
Methods in org.apache.qpid.proton.reactor.impl that throw HandlerException Modifier and Type Method Description booleanReactorImpl. process()voidReactorImpl. run()voidReactorImpl. stop()
-