@TypeDsl(allowInlineDefinition=true,
allowTopLevelDefinition=true)
public class MulticastUDPEndpoint
extends AbstractUDPEndpoint
| Modifier and Type | Field and Description |
|---|---|
MulticastParams |
multicastParams
Parameters for receiving multi-cast messages..
|
strictResponseMatching, udpParamsblockwiseParams, configName, exchangeParams, logHealthStatus, logTraffic, notificationParams, optionParams, socketParams| Constructor and Description |
|---|
MulticastUDPEndpoint()
Default Constructor used by Mule.
|
MulticastUDPEndpoint(String name)
Constructor for manually constructing the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ConfigVisitor visitor)
Accept visitor.
|
boolean |
equals(Object obj) |
int |
hashCode() |
@Parameter @Optional @NullSafe @Summary(value="Parameters for multi-cast communication.") @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) public MulticastParams multicastParams
public MulticastUDPEndpoint()
public MulticastUDPEndpoint(String name)
name - the manually set name of the endpointpublic void accept(ConfigVisitor visitor) throws ConfigException
accept in interface VisitableConfigaccept in class AbstractUDPEndpointvisitor - The visitor of the configuration object.ConfigException - When the visit was not successful.public 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.