Package io.toro.martini.invocation
Class ServiceGroup
- java.lang.Object
-
- io.toro.martini.invocation.ServiceGroup
-
- All Implemented Interfaces:
Serializable
public abstract class ServiceGroup extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServiceGroup.Builderstatic classServiceGroup.Type
-
Constructor Summary
Constructors Constructor Description ServiceGroup()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static ServiceGroup.Builderbuilder()abstract Stringname()abstract StringpackageName()StringqualifiedName()abstract List<io.toro.martini.invocation.Service>services()abstract ServiceGroup.BuildertoBuilder()abstract ServiceGroup.Typetype()
-
-
-
Method Detail
-
type
public abstract ServiceGroup.Type type()
-
name
public abstract String name()
-
packageName
public abstract String packageName()
-
services
public abstract List<io.toro.martini.invocation.Service> services()
-
qualifiedName
public String qualifiedName()
-
builder
public static ServiceGroup.Builder builder()
-
toBuilder
public abstract ServiceGroup.Builder toBuilder()
-
-