akka.remote
Interface ContainerFormats.SelectionOrBuilder

All Known Implementing Classes:
ContainerFormats.Selection, ContainerFormats.Selection.Builder
Enclosing class:
ContainerFormats

public static interface ContainerFormats.SelectionOrBuilder


Method Summary
 java.lang.String getMatcher()
          optional string matcher = 2;
 com.google.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;
 

Method Detail

hasType

boolean hasType()
required .PatternType type = 1;


getType

ContainerFormats.PatternType getType()
required .PatternType type = 1;


hasMatcher

boolean hasMatcher()
optional string matcher = 2;


getMatcher

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


getMatcherBytes

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