Class MessageProcessor<O>

java.lang.Object
com.scaleoutsoftware.modules.abstractions.MessageProcessor<O>
Type Parameters:
O - the SOSS object type.

public abstract class MessageProcessor<O> extends Object
The MessageProcessor is responsible for processing messages and creating objects for sent messages to module objects that do not yet exist.
  • Constructor Details

    • MessageProcessor

      public MessageProcessor()
      Instantiate a new MessageProcessor.
  • Method Details