Package akka.remote

Interface ContainerFormats.SelectionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getMatcher()
      optional string matcher = 2;
      akka.protobuf.ByteString getMatcherBytes()
      optional string matcher = 2;
      ContainerFormats.PatternType getType()
      required .PatternType type = 1;
      boolean hasMatcher()
      optional string matcher = 2;
      boolean hasType()
      required .PatternType type = 1;
      • Methods inherited from interface akka.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface akka.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
    • Method Detail

      • hasType

        boolean hasType()
        required .PatternType type = 1;
      • hasMatcher

        boolean hasMatcher()
        optional string matcher = 2;
      • getMatcher

        java.lang.String getMatcher()
        optional string matcher = 2;
      • getMatcherBytes

        akka.protobuf.ByteString getMatcherBytes()
        optional string matcher = 2;