public class DummyEndpoint extends java.lang.Object implements IEasRequestEndpoint
Modifier and Type | Field and Description |
---|---|
static boolean |
created |
static boolean |
handled |
Constructor and Description |
---|
DummyEndpoint() |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsVersion(double protocolVersion) |
void |
handle(AuthorizedDeviceQuery event) |
java.util.Collection<java.lang.String> |
supportedCommands() |
public void handle(AuthorizedDeviceQuery event)
handle
in interface org.vertx.java.core.Handler<AuthorizedDeviceQuery>
public java.util.Collection<java.lang.String> supportedCommands()
supportedCommands
in interface IEasRequestEndpoint
public boolean acceptsVersion(double protocolVersion)
acceptsVersion
in interface IEasRequestEndpoint
Copyright © 2021. All Rights Reserved.