Interface PushControllerConfiguration

All Superinterfaces:
io.micronaut.core.util.Toggleable
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface PushControllerConfiguration extends io.micronaut.core.util.Toggleable
Configuration for the PubSub Push Controller.
Since:
5.4.0
Author:
Jeremy Grelle
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull String
     

    Methods inherited from interface io.micronaut.core.util.Toggleable

    isEnabled
  • Method Details

    • getPath

      @NonNull @NonNull String getPath()
      Returns:
      the path where push messages will be received