Package com.iizix.comm
Interface ITransactionSender
- All Known Subinterfaces:
IRootPropTransactionSender
- All Known Implementing Classes:
AbstractEndPoint
,ClientSideEditor
,ClientTransactionProcessor
,LoadBalancerEndPoint
,RemoteBuilderEndPoint
,ServerSession
,VirtualizedMonitorEndPoint
,VSViewerTransactionProcessor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface to send transactions to the client side.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionvoid
sendTransaction
(SendTransaction trans) Sends a transaction to the client.
Method Details
sendTransaction
Sends a transaction to the client.- Parameters:
trans
- The transaction.