Interface ConfigSocket

All Superinterfaces:
ConfigFormatter

public interface ConfigSocket extends ConfigFormatter
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Determine whether to enable the JSON socket formatting extension, which disables "normal" socket formatting.
    default boolean
    Determine whether the formatter is enabled.
  • Method Details

    • enabled

      @WithDefault("true") boolean enabled()
      Determine whether to enable the JSON socket formatting extension, which disables "normal" socket formatting.
    • isEnabled

      default boolean isEnabled()
      Description copied from interface: ConfigFormatter
      Determine whether the formatter is enabled.
      Specified by:
      isEnabled in interface ConfigFormatter
      Returns:
      true if the formatter is enabled, false otherwise