com.pcbsys.nirvana.base.clientimpl.multiconnection.SynchronousConsumerOutgoingEventMultiplexWrapper Class Reference

Wrapper holding all synchronous event callback wrappers, awaiting to be written by the EventProcessor. More...

Inherits com.pcbsys.nirvana.base.clientimpl.multiconnection.OutgoingEventMultiplexWrapper.

Public Member Functions

void waitForComplete (long timeout) throws InterruptedException
 Wait for at least one valid response before returning. More...
 

Detailed Description

Wrapper holding all synchronous event callback wrappers, awaiting to be written by the EventProcessor.

Member Function Documentation

void com.pcbsys.nirvana.base.clientimpl.multiconnection.SynchronousConsumerOutgoingEventMultiplexWrapper.waitForComplete ( long  timeout) throws InterruptedException

Wait for at least one valid response before returning.

Parameters
timeout
Exceptions
InterruptedException