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.

@FunctionalInterface public interface ITransactionSender
Interface to send transactions to the client side.
Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sends a transaction to the client.
  • Method Details

    • sendTransaction

      void sendTransaction(SendTransaction trans)
      Sends a transaction to the client.
      Parameters:
      trans - The transaction.