Skip to content

Package: DeviceMethod

DeviceMethod

Coverage

1: /*******************************************************************************
2: * Copyright (c) 2016, 2020 Eurotech and/or its affiliates and others
3: *
4: * All rights reserved. This program and the accompanying materials
5: * are made available under the terms of the Eclipse Public License v1.0
6: * which accompanies this distribution, and is available at
7: * http://www.eclipse.org/legal/epl-v10.html
8: *
9: * Contributors:
10: * Eurotech - initial API and implementation
11: *******************************************************************************/
12: package org.eclipse.kapua.service.device.call;
13:
14: /**
15: * {@link DeviceMethod} definition.
16: * <p>
17: * Marker {@code interface}.
18: * Defines the REST-like methods supported by a {@link org.eclipse.kapua.service.device.call.message.app.request.DeviceRequestMessage}.
19: *
20: * @since 1.0.0
21: */
22: public interface DeviceMethod {
23:
24: }