@TypeDsl(allowInlineDefinition=true,
allowTopLevelDefinition=true)
public class UDPEndpoint
extends AbstractUDPEndpoint
| Modifier and Type | Field and Description |
|---|---|
List<MulticastReceiverConfig> |
multicastReceivers
The list of multi-cast receivers the endpint supports.
|
strictResponseMatching, udpParamsblockwiseParams, configName, exchangeParams, logHealthStatus, logTraffic, notificationParams, optionParams, socketParams| Constructor and Description |
|---|
UDPEndpoint()
Default Constructor used by Mule.
|
UDPEndpoint(String name)
Constructor for manually constructing the endpoint.
|
UDPEndpoint(String name,
int port)
Constructor for manually constructing the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ConfigVisitor visitor)
Accept a visitor and pass on.
|
boolean |
equals(Object obj) |
int |
hashCode() |
@Parameter
@Optional
@NullSafe
@Summary(value="The list of multi-cast receivers the endpint supports.")
@Expression(value=NOT_SUPPORTED)
@ParameterDsl(allowInlineDefinition=true,
allowReferences=false)
public List<MulticastReceiverConfig> multicastReceivers
public UDPEndpoint()
public UDPEndpoint(String name)
name - The manually set name of the endpointpublic UDPEndpoint(String name, int port)
name - The manually set name of the endpointport - The manually set port to bind to.public void accept(ConfigVisitor visitor) throws ConfigException
accept in interface VisitableConfigaccept in class AbstractUDPEndpointvisitor - The visitor of the configuration object.ConfigExceptionpublic boolean equals(Object obj)
equals in class AbstractUDPEndpointObject.equals(java.lang.Object)public int hashCode()
hashCode in class AbstractUDPEndpointObject.hashCode()Copyright © 2019–2025 Teslanet.nl. All rights reserved.