Package io.micronaut.testresources.server


package io.micronaut.testresources.server
  • Class
    Description
    Configuration properties used to control access to the server.
    A filter used to restrict access to the server: the server should only be available from a loopback connection, and if an access token is specified, then the request should include the access token header.
    The expiry manager will handle pings from the client to keep the server alive.
    Annotation for controllers which participate to keeping the server alive.
    A test resources property resolution listener will be notified whenever a property is resolved by a TestResourcesResolver.
    Stores metadata about a running test container.
    The main test resources controller, which will answer requests performed by the test resources client to resolve properties or close test resources.
    Main entry point for the server.
    The application context configurer.