Class NoOpEndpointOwnershipValidator
- java.lang.Object
-
- pl.allegro.tech.hermes.management.domain.subscription.validator.NoOpEndpointOwnershipValidator
-
- All Implemented Interfaces:
EndpointOwnershipValidator
public class NoOpEndpointOwnershipValidator extends java.lang.Object implements EndpointOwnershipValidator
-
-
Constructor Summary
Constructors Constructor Description NoOpEndpointOwnershipValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheck(pl.allegro.tech.hermes.api.OwnerId owner, pl.allegro.tech.hermes.api.EndpointAddress endpoint)
-
-
-
Method Detail
-
check
public void check(pl.allegro.tech.hermes.api.OwnerId owner, pl.allegro.tech.hermes.api.EndpointAddress endpoint)- Specified by:
checkin interfaceEndpointOwnershipValidator
-
-