All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dottydingo.hyperion.service.pipeline.NoOpRequestLogHandler Maven / Gradle / Ivy

The newest version!
package com.dottydingo.hyperion.service.pipeline;

import com.dottydingo.hyperion.service.context.HyperionContext;
import com.dottydingo.service.endpoint.RequestLogHandler;

/**
 */
public class NoOpRequestLogHandler implements RequestLogHandler
{
    @Override
    public void logRequest(HyperionContext context)
    {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy