Package ch.squaredesk.nova.comm.jms
Class RpcServer
- java.lang.Object
-
- ch.squaredesk.nova.comm.rpc.RpcServer<javax.jms.Destination,String>
-
- ch.squaredesk.nova.comm.jms.RpcServer
-
public class RpcServer extends ch.squaredesk.nova.comm.rpc.RpcServer<javax.jms.Destination,String>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> io.reactivex.Flowable<RpcInvocation<T>>requests(javax.jms.Destination destination, Class<T> requestType)
-
-
-
Method Detail
-
requests
public <T> io.reactivex.Flowable<RpcInvocation<T>> requests(javax.jms.Destination destination, Class<T> requestType)
- Specified by:
requestsin classch.squaredesk.nova.comm.rpc.RpcServer<javax.jms.Destination,String>
-
-