Class MamaServiceLevel


  • public class MamaServiceLevel
    extends java.lang.Object
    Service level of a MAMA subscription. Provides an enumeration that represents the service level (a) requested by a subscribing application, or (b) provided by the publisher. In the future, the service level provided to the application might change dynamically, depending upon infrastructure capacity. So, even though the requested service level is "real time", if service deteriorates for any reason, the subscription may automatically switch to a conflated level (after notifying the application of the switch).
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String toString​(short serviceLevel)
      Return a string representation of a MAMA service level.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MamaServiceLevel

        public MamaServiceLevel()
    • Method Detail

      • toString

        public static java.lang.String toString​(short serviceLevel)
        Return a string representation of a MAMA service level.