public class ServiceInformationBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
ServiceInformationBuilder |
add(ProcessIdentifier processIdentifier,
List<PublisherEndpoint> endpoints) |
ServiceInformationBuilder |
add(ProcessIdentifier processIdentifier,
PublisherEndpoint... endpoints) |
ServiceInformation<PublisherEndpoint> |
build() |
ServiceInformationBuilder |
documentTypeIdentifier(DocumentTypeIdentifier documentTypeIdentifier) |
static ServiceInformationBuilder |
newInstance() |
ServiceInformationBuilder |
participant(ParticipantIdentifier participantIdentifier) |
public static ServiceInformationBuilder newInstance()
public ServiceInformationBuilder participant(ParticipantIdentifier participantIdentifier)
public ServiceInformationBuilder documentTypeIdentifier(DocumentTypeIdentifier documentTypeIdentifier)
public ServiceInformationBuilder add(ProcessIdentifier processIdentifier, PublisherEndpoint... endpoints)
public ServiceInformationBuilder add(ProcessIdentifier processIdentifier, List<PublisherEndpoint> endpoints)
public ServiceInformation<PublisherEndpoint> build()
Copyright © 2022 NorStella. All rights reserved.