Interface InputTableService

All Known Subinterfaces:
Session
All Known Implementing Classes:
SessionBase, SessionImpl

public interface InputTableService
  • Method Details

    • addToInputTable

      CompletableFuture<Void> addToInputTable(HasTicketId destination, HasTicketId source)
      Add source to the input table destination.
      Parameters:
      destination - the input table
      source - the source to add
      Returns:
      the future
    • deleteFromInputTable

      CompletableFuture<Void> deleteFromInputTable(HasTicketId destination, HasTicketId source)
      Delete source from the input table destination.
      Parameters:
      destination - the input table
      source - the source to delete
      Returns:
      the future