Interface MasterProcessChannelDecoder

  • All Superinterfaces:
    AutoCloseable

    public interface MasterProcessChannelDecoder
    extends AutoCloseable
    An abstraction for physical decoder of commands. The commands are sent from master Maven process and received by the child forked Surefire process. The session must be open after the MasterProcessChannelDecoderFactory has created the decoder instance. The session can be closed on the decoder instance.