Interface TestConductorProtocol.WrapperOrBuilder

    • Method Detail

      • hasHello

        boolean hasHello()
        optional .Hello hello = 1;
        Returns:
        Whether the hello field is set.
      • hasBarrier

        boolean hasBarrier()
        optional .EnterBarrier barrier = 2;
        Returns:
        Whether the barrier field is set.
      • hasFailure

        boolean hasFailure()
        optional .InjectFailure failure = 3;
        Returns:
        Whether the failure field is set.
      • hasDone

        boolean hasDone()
        optional string done = 4;
        Returns:
        Whether the done field is set.
      • getDone

        java.lang.String getDone()
        optional string done = 4;
        Returns:
        The done.
      • getDoneBytes

        akka.protobufv3.internal.ByteString getDoneBytes()
        optional string done = 4;
        Returns:
        The bytes for done.
      • hasAddr

        boolean hasAddr()
        optional .AddressRequest addr = 5;
        Returns:
        Whether the addr field is set.