Interface AsyncTransactionApi

All Known Implementing Classes:
AsyncTransactionApiImpl, NoOpAsyncTransactionApi

public interface AsyncTransactionApi
A AsyncTransactionApi accepts asynchronous transaction commands.
Author:
Heiko Scherrer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Process the given command.
  • Method Details

    • process

      void process(TransactionCommand command)
      Process the given command.
      Parameters:
      command - Command to process