public class ProcessMetadata<T extends SimpleEndpoint> extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
T |
getEndpoint(TransportProfile... transportProfiles) |
List<T> |
getEndpoints() |
List<ProcessIdentifier> |
getProcessIdentifier() |
List<TransportProfile> |
getTransportProfiles() |
int |
hashCode() |
static <T extends SimpleEndpoint> |
of(List<ProcessIdentifier> processIdentifier,
List<T> endpoints) |
static <T extends SimpleEndpoint> |
of(List<ProcessIdentifier> processIdentifier,
T... endpoints) |
static <T extends SimpleEndpoint> |
of(ProcessIdentifier processIdentifier,
List<T> endpoints) |
static <T extends SimpleEndpoint> |
of(ProcessIdentifier processIdentifier,
T... endpoints) |
String |
toString() |
public static <T extends SimpleEndpoint> ProcessMetadata<T> of(ProcessIdentifier processIdentifier, T... endpoints)
public static <T extends SimpleEndpoint> ProcessMetadata<T> of(List<ProcessIdentifier> processIdentifier, T... endpoints)
public static <T extends SimpleEndpoint> ProcessMetadata<T> of(ProcessIdentifier processIdentifier, List<T> endpoints)
public static <T extends SimpleEndpoint> ProcessMetadata<T> of(List<ProcessIdentifier> processIdentifier, List<T> endpoints)
public List<ProcessIdentifier> getProcessIdentifier()
public List<TransportProfile> getTransportProfiles()
public T getEndpoint(TransportProfile... transportProfiles) throws EndpointNotFoundException
EndpointNotFoundExceptionCopyright © 2022 NorStella. All rights reserved.