Interface ResourceManager.ResourceInfo

All Superinterfaces:
Comparable<FeatureManager.FeatureInfo>, FeatureManager.FeatureInfo
Enclosing interface:
ResourceManager

public static interface ResourceManager.ResourceInfo extends FeatureManager.FeatureInfo
Resource info.
  • Method Details

    • title

      String title()
    • uri

      String uri()
    • mimeType

      String mimeType()
    • size

      OptionalInt size()
    • annotations

    • sendUpdateAndForget

      void sendUpdateAndForget()
      Sends update notifications to all subscribers without waiting for the result.

      The message can be sent asynchronously, e.g. if this method is invoked on an event loop.