com.aeontronix.enhancedmule.tools.AbstractService Maven / Gradle / Ivy
/*
* Copyright (c) Aeontronix 2019
*/
package com.aeontronix.enhancedmule.tools;
public abstract class AbstractService implements Service {
protected AnypointClient client;
@Override
public void setClient(AnypointClient client) {
this.client = client;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy