Uses of Class
ch.squaredesk.nova.comm.jms.RpcInvocation
-
-
Uses of RpcInvocation in ch.squaredesk.nova.comm.jms
Methods in ch.squaredesk.nova.comm.jms that return types with arguments of type RpcInvocation Modifier and Type Method Description <T> io.reactivex.Flowable<RpcInvocation<T>>JmsAdapter. requests(javax.jms.Destination destination, Class<T> requestType)<T> io.reactivex.Flowable<RpcInvocation<T>>RpcServer. requests(javax.jms.Destination destination, Class<T> requestType)
-