Interface WaitStrategyFactory


@Experimental
@Public
public interface WaitStrategyFactory
Factory to create a new WaitStrategy when called.
Since:
1.3.1
Author:
Michael Nitschinger
  • Method Summary

    Modifier and Type Method Description
    com.lmax.disruptor.WaitStrategy newWaitStrategy()  
  • Method Details

    • newWaitStrategy

      com.lmax.disruptor.WaitStrategy newWaitStrategy()