Class ResponseEventFactory

java.lang.Object
com.couchbase.client.core.ResponseEventFactory
All Implemented Interfaces:
com.lmax.disruptor.EventFactory<ResponseEvent>

public class ResponseEventFactory
extends Object
implements com.lmax.disruptor.EventFactory<ResponseEvent>
A factory to preallocate ResponseEvents.
Since:
1.0
Author:
Michael Nitschinger
  • Constructor Details

    • ResponseEventFactory

      public ResponseEventFactory()
  • Method Details

    • newInstance

      public ResponseEvent newInstance()
      Specified by:
      newInstance in interface com.lmax.disruptor.EventFactory<ResponseEvent>