Class HttpPublishOperation<D,​P extends Publishable>

  • All Implemented Interfaces:
    Operation

    public class HttpPublishOperation<D,​P extends Publishable>
    extends PublishAnnotatedOperation<D,​P>
    An operation for publishing data to the internal HTTP server, from which which remote applications can request the data.
    See Also:
    GripServer
    • Method Detail

      • descriptionFor

        public static OperationDescription descriptionFor​(java.lang.Class<?> dataType)
        Gets a description for an HttpPublishOperation that publishes the given data type.
        Parameters:
        dataType - the type of the data published by the HttpPublishOperation for the data type described
        Returns:
        a description for an HttpPublishOperation that publishes the given data type