Class ClashAccessMetadataAware

java.lang.Object
studio.clashbuddy.clashaccess.metadata.ClashAccessMetadataAware
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>

public abstract class ClashAccessMetadataAware extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
  • Constructor Details

    • ClashAccessMetadataAware

      public ClashAccessMetadataAware()
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.boot.context.event.ApplicationReadyEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
    • onMetadataReady

      protected abstract void onMetadataReady(Set<ClashScannedEndpointMetadata> metadata)