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()
           
 ContainerFormats.PatternType getType()
           
 boolean hasMatcher()
           
 boolean hasType()
           
 

Method Detail

hasType

boolean hasType()

getType

ContainerFormats.PatternType getType()

hasMatcher

boolean hasMatcher()

getMatcher

java.lang.String getMatcher()